home *** CD-ROM | disk | FTP | other *** search
/ Holt Researcher: American History / Holt Researcher: American History.iso / pc / modules / tour.dxr / 00298.ls < prev    next >
Encoding:
Text File  |  2000-01-21  |  491 b   |  19 lines

  1. on exitFrame
  2.   global gPlaySound, gCurrLabel, gTourForwardArrow, gTourBackArrow
  3.   if the frameLabel <> 0 then
  4.     gCurrLabel = the frameLabel
  5.   end if
  6.   set the puppet of sprite 4 to 1
  7.   sprite(4).visible = 1
  8.   set the puppet of sprite 4 to 0
  9.   set the puppet of sprite 7 to 1
  10.   sprite(7).visible = 1
  11.   set the puppet of sprite 7 to 0
  12.   isMemoryAvailable("continue the tour", 1200, 500)
  13.   sound stop 1
  14.   gPlaySound = 1
  15.   Inscope(gTourForwardArrow)
  16.   Inscope(gTourBackArrow)
  17.   cursor(-1)
  18. end
  19.